string pooling meaning in Chinese
位元串
字符串共享
Examples
- String pooling causes them to point to the same memory
字符串池使它们指向相同的内存: - Modify the enable string pooling property
修改“启用字符串池”属性。 - Enable string pooling
“启用字符串池” - Enables string pooling
启用字符串池 - String pooling allows what were intended as multiple pointers to multiple buffers to be as multiple pointers to a single buffer
字符串池允许将作为指向多个缓冲区的多个指针用作指向单个缓冲区的多个指针。